Welcome![Sign In][Sign Up]
Location:
Search - bankers algorithm

Search list

[OS Develop银行家算法的程序

Description: 操作系统小程序--银行家算法-OS small programs-- bankers Algorithm
Platform: | Size: 2048 | Author: 火影 | Hits:

[OS Develop多用户银行家算法

Description: 一个完整的多用户银行家算法-a complete multi-user bankers Algorithm
Platform: | Size: 168960 | Author: 夏雨 | Hits:

[OtherIPMsgCHS2064564765478

Description: 应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行 -application bankers algorithm to solve the deadlock was asked bankers algorithm, the process can only be fixed and operational resources, but what if the deal with no operational problems and it can definitely run
Platform: | Size: 159744 | Author: 张学友 | Hits:

[Data structsbankerwithGUI(java)

Description: 采用java语言实现的模拟银行家算法,具有图形界面,可以满足课程设计的要求。-Using java language simulation bankers algorithm, with a graphical interface designed to meet the curriculum requirements.
Platform: | Size: 19456 | Author: 田亮 | Hits:

[Algorithmbankalg

Description: bankers algorithm calender colour-bankers algorithm calender colour
Platform: | Size: 6144 | Author: lock | Hits:

[Windows DevelopBankersAlgorithm

Description: BANKERS ALGORITHM. Deadlock management
Platform: | Size: 17408 | Author: Nasir | Hits:

[JSP/JavaBankers

Description: Banker Algorithm in Operating System
Platform: | Size: 1024 | Author: Sumit Singh | Hits:

[OS DevelopBankers-algorithm

Description: 操作系统中非常重要的银行家算法,采用VS6.0编程软件编写。-Bankers algorithm
Platform: | Size: 221184 | Author: xy | Hits:

[OtherBankers-Algorithm-

Description: 银行家算法,实现了基本功能,欢迎交流学习,仅供参考,-Bankers algorithm, realize the basic function, only supplies the reference
Platform: | Size: 6144 | Author: suifengguo | Hits:

[OS DevelopBankers-algorithm

Description: 操作系统中银行家算法的模拟与实现,本代码仅供学习交流,谢谢!-Simulation and implementation of bankers algorithm in operating system
Platform: | Size: 12288 | Author: 王振宇 | Hits:

[CSharpBankers-algorithm

Description: 实现银行家算法的课程设计实验报告,简明易读,方便使用-Bankers algorithm
Platform: | Size: 258048 | Author: 李山鹰 | Hits:

[OS Developbankers-algorithm-code

Description: 功能:操作系统银行家算法代码:输入资源名称和数量,输入进程数量和MAX大小,输入进程请求分配资源,判断序列是否是安全的,若是安全的,给出安全的序列,分配资源。操作系统银行家算法代码-Function: input the name of the resource and the quantity, size of the input process number and MAX, the input process requesting allocation of resources to determine whether a sequence is safe, safety, given the sequence of security, and allocate resources. Operating system bankers algorithm code
Platform: | Size: 2048 | Author: 金旭斌 | Hits:

[OS DevelopBankers-algorithm

Description: 操作系统银行家算法对死锁的检测和解除 The operating system for deadlock detection and remove bankers algorithm-failed to translate
Platform: | Size: 86016 | Author: ZHX | Hits:

[OtherBankers-algorithm

Description: 死锁避免----银行家算法的模拟实现,掌握银行家算法,了解资源在进程并发执行中的资源分配策略。-Deadlock avoidance---- bankers algorithm simulation, master the banker' s algorithm, and resources in the process of concurrent implementation of resource allocation strategies.
Platform: | Size: 2048 | Author: vity | Hits:

[Windows DevelopOperating-system-bankers-algorithm

Description: 操作系统中银行家算法编程,系统地描述了银行家算法的实现,如何实现-Operating system bankers algorithm programming, systematic description of the the banker algorithm implementation, how to achieve
Platform: | Size: 2048 | Author: 小雨 | Hits:

[Windows DevelopOperating-system-bankers-algorithm

Description: 操作系统中银行家算法编程,系统地描述了银行家算法的实现,如何实现-Operating system bankers algorithm programming, systematic description of the the banker algorithm implementation, how to achieve
Platform: | Size: 2048 | Author: 小雨 | Hits:

[OS DevelopBankers-algorithm

Description: 计算机操作系统 上机代码 银行家算法 源代码-Operating system on your computer bankers algorithm source code to native code
Platform: | Size: 1024 | Author: 颜庭岩 | Hits:

[Data structsBankers-algorithm

Description: 计算机操作系统实验。用c++编写的银行家算法程序,内附运行截图。运行时将源程序直接复制粘贴到编译器,保存为.cpp文件即可。-Computer operating system experiment. Written by c++ bankers algorithm, enclosing run shot. Runtime copy and paste the source code to the compiler directly, save it as a. Cpp file.
Platform: | Size: 345088 | Author: xp | Hits:

[OtherBankers-algorithm

Description: 操作系统: 银行家算法 实现的算法:实现了题目的所有要求,并实现了PPT上对应章节给出的三种情况;几种申请情况和最先的分配情况全部写在testdata文件中。 优点:可以随时增加和删除申请,在testdata.txt文件中的第一行:5指现在有几种进程在申请资源,3指有几种资源,下面的矩阵是指当 前的资源分配情况,第8行和第9行分别是指进程1申请第1种资源1个,第2种资源0个,第3种资源2个,下面的类似。 程序运行后会给出判定结果。 缺点:暂时还未发现。 -Operating Systems: Algorithms bankers algorithm: the realization of all the requirements subject, and to achieve the three cases given in the corresponding sections of the PPT several application conditions and the distribution of the first all written in testdata file. Advantages: You can always add and delete applications, in the first line of the file testdata.txt: 5 refers to the process of applying for now there are several resources, 3 refers to several resources, the following matrix is ​ ​ the current allocation of resources, the first Line 8 and Line 9, respectively, refers to the process of an application under one kind of resource 1, the first two kinds of resources 0, the first three kinds of resources, two, similar to the following. The results will give judgment after the program is running. Cons: have not yet discovered.
Platform: | Size: 302080 | Author: 天蓝 | Hits:

[Documentsjava-bankers-algorithm

Description: 使用java语言实现的银行家算法,供大家使用。-Bankers algorithm using java language, for everyone to use
Platform: | Size: 9216 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net